home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / 3CTRLS.ZIP / FMINMAX.FRM < prev    next >
Text File  |  1993-10-05  |  4KB  |  132 lines

  1. VERSION 2.00
  2. Begin Form fMinMax 
  3.    Caption         =   "Min & Max property"
  4.    Height          =   4185
  5.    Left            =   1155
  6.    LinkTopic       =   "Form3"
  7.    ScaleHeight     =   3720
  8.    ScaleWidth      =   7230
  9.    Top             =   1230
  10.    Width           =   7410
  11.    Begin VideoSoftElastic VSElastic3 
  12.       Align           =   5  'Fill Container
  13.       BackColor       =   &H00C0C0C0&
  14.       BevelOuter      =   1  'Raised
  15.       BevelOuterWidth =   1
  16.       Caption         =   "The top Elastic has a MinChildSize of 1000. The bottom Elastic has a MinChildSize of 500.  Resize the form and see what happens."
  17.       CaptionPos      =   4  'Center Center
  18.       FontBold        =   -1  'True
  19.       FontItalic      =   0   'False
  20.       FontName        =   "MS Sans Serif"
  21.       FontSize        =   9.75
  22.       FontStrikethru  =   0   'False
  23.       FontUnderline   =   0   'False
  24.       ForeColor       =   &H00FF0000&
  25.       Height          =   2520
  26.       Left            =   0
  27.       TabIndex        =   6
  28.       Top             =   600
  29.       Width           =   7230
  30.    End
  31.    Begin VideoSoftElastic VSElastic2 
  32.       Align           =   2  'Align Bottom
  33.       AutoSizeChildren=   1  'Even Horizontal
  34.       BackColor       =   &H00C0C0C0&
  35.       BevelOuter      =   1  'Raised
  36.       BevelOuterWidth =   1
  37.       Height          =   600
  38.       Left            =   0
  39.       MinChildSize    =   500
  40.       TabIndex        =   1
  41.       Top             =   3120
  42.       Width           =   7230
  43.       Begin CommandButton Command1 
  44.          Caption         =   "A"
  45.          Height          =   420
  46.          Index           =   7
  47.          Left            =   5445
  48.          TabIndex        =   10
  49.          Top             =   90
  50.          Width           =   1695
  51.       End
  52.       Begin CommandButton Command1 
  53.          Caption         =   "A"
  54.          Height          =   420
  55.          Index           =   6
  56.          Left            =   3660
  57.          TabIndex        =   9
  58.          Top             =   90
  59.          Width           =   1695
  60.       End
  61.       Begin CommandButton Command1 
  62.          Caption         =   "A"
  63.          Height          =   420
  64.          Index           =   5
  65.          Left            =   1875
  66.          TabIndex        =   8
  67.          Top             =   90
  68.          Width           =   1695
  69.       End
  70.       Begin CommandButton Command1 
  71.          Caption         =   "A"
  72.          Height          =   420
  73.          Index           =   4
  74.          Left            =   90
  75.          TabIndex        =   7
  76.          Top             =   90
  77.          Width           =   1695
  78.       End
  79.    End
  80.    Begin VideoSoftElastic VSElastic1 
  81.       Align           =   1  'Align Top
  82.       AutoSizeChildren=   1  'Even Horizontal
  83.       BackColor       =   &H00C0C0C0&
  84.       BevelOuter      =   1  'Raised
  85.       BevelOuterWidth =   1
  86.       Height          =   600
  87.       Left            =   0
  88.       MinChildSize    =   1000
  89.       TabIndex        =   0
  90.       Top             =   0
  91.       Width           =   7230
  92.       Begin CommandButton Command1 
  93.          Caption         =   "A"
  94.          Height          =   420
  95.          Index           =   3
  96.          Left            =   5445
  97.          TabIndex        =   5
  98.          Top             =   90
  99.          Width           =   1695
  100.       End
  101.       Begin CommandButton Command1 
  102.          Caption         =   "A"
  103.          Height          =   420
  104.          Index           =   2
  105.          Left            =   3660
  106.          TabIndex        =   4
  107.          Top             =   90
  108.          Width           =   1695
  109.       End
  110.       Begin CommandButton Command1 
  111.          Caption         =   "A"
  112.          Height          =   420
  113.          Index           =   1
  114.          Left            =   1875
  115.          TabIndex        =   3
  116.          Top             =   90
  117.          Width           =   1695
  118.       End
  119.       Begin CommandButton Command1 
  120.          Caption         =   "A"
  121.          Height          =   420
  122.          Index           =   0
  123.          Left            =   90
  124.          TabIndex        =   2
  125.          Top             =   90
  126.          Width           =   1695
  127.       End
  128.    End
  129. End
  130. Option Explicit
  131.  
  132.